Asc

Category: Strings

Syntax:
$Asc(text)

Returns the ASCII value of the first character of text.

Example:
@l $ascii = $Asc($somechar)
if ($ascii >= 1) && ($ascii <= 26)
  MessageBox Control key: Ctrl+$Char($($Asc($thechar) + 64))
endif

See also: Char


Next in "Strings": Char
Next by name: Away
Previous by name: ASay
Up to all functions by name or commands and functions by category